home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 662.swf / scripts / DefineButton2_172 / BUTTONCONDACTION on(press).as
Text File  |  2006-01-17  |  95b  |  8 lines

  1. on(press){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("blockjack");
  5.       play();
  6.    }
  7. }
  8.